home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Commodities / FlipIt / Install_gtlayout < prev    next >
Text File  |  1996-09-26  |  288b  |  17 lines

  1. ; Installation script for gtlayout
  2.  
  3. (transcript "Installing gtlayout library...")
  4.  
  5. (copylib
  6.         (prompt "Install gtlayout library.")
  7.         (help @copylib-help)
  8.         (source "libs/gtlayout.library")
  9.         (dest "libs:")
  10.         (confirm)
  11. )
  12.  
  13. (set @default-dest "Libs:")
  14.  
  15. (exit)
  16.  
  17.